From: Matthias Clasen Date: Thu, 28 Dec 2017 13:39:29 +0000 (-0500) Subject: Adwaita: Avoid expander<>combobox interference X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~102 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=b4b9aa1e5fab6a1f8c27b768813ab4ed04f3cd6f;p=gtk%2B3.0.git Adwaita: Avoid expander<>combobox interference Putting a combobox in an expander was causing the combo arrow to go sideways. Increase the specificity with which we address the expander arrow to avoid that. --- diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 8dd242afb3..989d07961e 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3661,7 +3661,7 @@ row { * Expanders * *************/ expander { - arrow { + title > arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme('pan-end-symbolic');